@font-face {
    font-family: 'AlimamaShuHeiTi';
    src: url('../fonts/AlimamaShuHeiTi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; margin: 0; padding: 0; }
html {-webkit-text-size-adjust: 100%; font-weight: 400;}
body {padding: 0;margin: 0 auto;font-size: 16px; color: #666; font-family: arial, sans-serif; font-weight: normal; font-family: Arial, sans-serif;
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0,0,0,0);
    /*控制内容的可选择性*/
    /*-webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;*/
}
@media screen and (max-width: 768px) {
	body{ font-size: 14px;}
}
input[type="button"],
input[type="submit"],
input[type="reset"] {-webkit-appearance: none;}

.ul,
.ul li{list-style: none;}
table {border-collapse: collapse;border-spacing: 0}
table td {border-collapse: collapse;}
select, input, textarea {font-size: 14px;color: #333;border-radius: 0;-webkit-border-radius: 0;font-family: arial, sans-serif; }
img{border: none;max-width: 100%;vertical-align: middle;}
a {color: #333;text-decoration: none;noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}
a:hover {color: #2873b7;text-decoration: none;}
a:focus {color: #000;outline: none;-moz-outline: none;}
a:active {color: #000;}
pre{
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    margin:0;
    font-family: arial, sans-serif;
}


.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:""; display:block; height:0; clear:both; }

.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
/*多行文本省略号*/
.dot2,
.dot3,
.dot4,
.dot5{ display:-moz-box;display:box;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;}
/*2行文本省略号*/
.dot2 {-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {-webkit-line-clamp: 3;}
/*4行文本省略号*/
.dot4 {-webkit-line-clamp: 4;}
/*5行文本省略号*/
.dot5 {-webkit-line-clamp: 5;}
.Ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}

/*:before,
:after{ position:absolute; content:'';}*/
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}



.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list: focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir = 'rtl'] .slick-slide {
    float: right;
}
.slick-slide .slick-loading img {
    display: none;
}
.slick-slide .dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow .slick-hidden {
    display: none;
}
.slick-arrow{ position: absolute; width: 50px; height:50px; top: 50%; transform: translateY(-50%); transition: all 0.5s; z-index: 10; border: none; cursor: pointer;  font-size: 0;background: #eeeeee; border-radius: 100%; }
.slick-arrow::before{ content: '';width: 8px; height: 8px; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(135deg);border: 2px solid #999999; border-top: none;border-left: none; position: absolute; margin-left: 2px; }
.slick-arrow:hover{ background-color: #2772b6;}
.slick-arrow:hover::before{ border-color: #fff;}

.slick-prev{ left: -5%;}
.slick-next{ right: -5%;  transform: translateY(-50%) rotate(-180deg);}
.slick-dots{ text-align: center; width: 100%; z-index: 10; margin-top: 3%;}
.slick-dots li{ display: inline-block;width: 8px; height: 8px; border-radius: 100%; border: 1px solid #2772b6; margin: 0 5px; cursor: pointer; }
.slick-dots li button{display: none;}
.slick-dots .slick-active{ background-color: #2772b6;}
.dotCircle .slick-dots{position: absolute; left: 0; bottom: calc( 58 / 960 * 100%);}
.dotCircle .slick-dots li{display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; opacity: .5; background-color: transparent;}
.dotCircle .slick-dots li button{ display: block; width: 6px; height: 6px; border: none; background-color: #fff; font-size: 0; border-radius: 100%;cursor: pointer;}
.dotCircle .slick-dots .slick-active{ opacity: 1; border-color: #fff;}

.Hpic .slick-dots{position: absolute;width: 100%;bottom: .5rem;}

@media screen and (max-width: 768px) {
	.slick-arrow{ width: 36px; height: 36px;}
	.slick-prev{ left: 0;}
	.slick-next{ right: 0;}
}
@media screen and (max-width: 640px) {
	.slick-dots li{ width: 8px; height: 8px; margin: 0 3px;}
	.dotCircle .slick-dots li{ width: 18px; height: 18px;}
}

.ytable{ display: table; width: 100%; table-layout: fixed;}
.ytable_cell{ display: table-cell; vertical-align: middle;}

.Iscover{ background-repeat: no-repeat; background-position: center; background-size: cover;}
.Iscontain{ background-repeat: no-repeat; background-position: center; background-size: contain;}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/select.gif) no-repeat scroll 96% center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

/* 设置滚动条的样式 */
.scroll{ background:#fff;}
.scroll::-webkit-scrollbar {
    width: 6px;height: 6px;
}
/* 滚动槽 */
.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
    background: #eeeeee;
}
/* 滚动条滑块 */
.scroll::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:#00b8bc;
}




.Pages{ text-align:center; margin:40px 0 20px;color:#999999; font-size: 14px;}
.Pages *{ vertical-align:middle; display: inline-block;}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_total{ display:none;}
.Pages a{ display:inline-flex; width: 40px; height: 40px;  background-color: #f6f6f6; color:#999999; border-radius: 100%;  margin: 0 4px; align-items: center; justify-content: center; }
.Pages a:hover,
.Pages a.a_cur{ color:#fff; background-color:#2772b6; border-color: #2772b6;}
.Pages em{ font-style:normal; display:inline-block; vertical-align:middle;}
.Pages .i_text{ width:40px; height:40px; line-height:40px; border: none; background-color: #f6f6f6; border-radius: 100%; text-align: center; font-size: 14px;}
.Pages .i_button{ cursor:pointer; background:none; width:40px; height:40px; line-height: 40px; border: 1px solid #2873b7; color: #2873b7; text-transform: uppercase; border-radius: 100%; background-color: #fff;}
.Pages .i_button:hover{ background-color: #2873b7; color: #fff;}
.Pages .p_jump b{font-weight:normal; margin:0 5px;}
.Pages .a_prev,.Pages .a_next{ font-family: serif; font-weight: bold; padding: 0; }


@media(max-width:640px){
	.Pages a.a_first,
	.Pages a.a_end{ display:none;}
    .Pages a{ width: 36px; height: 36px; font-size: .7em; margin: 0 .2em;}
    .Pages .p_jump{ margin-top: 5px;}
    .Pages .i_button,
    .Pages .i_text{  width: 36px; height: 36px; line-height: 36px;}
}



